From e56ef97663f7e070ff11217b6a8f5dc2885fb125 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 19 Jul 2006 22:47:45 +0000 Subject: [PATCH] ---host=... is probably the better parameter for a cross-building. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 16b938abe..c47dd7375 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,7 +212,7 @@ release-winbuild: rm -fr /tmp/gpsbabel-$(VERSIOND)-cross cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross cd /tmp/gpsbabel-$(VERSIOND)-cross ; \ - CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \ + CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --host=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \ zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES) rm -fr /tmp/gpsbabel-$(VERSIOND)-cross -- 2.30.2